Feature: Ghost tags
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 40.753s |
Scenario: Como usuario inicio sesion, creo un tag de manera correcta y luego lo actualizo de manera correcta
Before
0m 0.706s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 0.864s
And
I wait for 5 seconds
0m 5.108s
When
I enter email 'test@test.com'
0m 0.288s
And
I wait for 2 seconds
0m 2.108s
And
I enter password 'lol1234567'
0m 0.225s
And
I wait for 2 seconds
0m 2.120s
And
I click next
0m 0.187s
And
I wait for 7 seconds
0m 7.156s
And
I go to tags section
0m 0.310s
And
I wait for 2 seconds
0m 2.196s
And
I click on "New Tag" button
0m 0.282s
And
I wait for 2 seconds
0m 2.227s
And
I enter the new tag name "testTag-toUpdate"
0m 0.317s
And
I wait for 1 seconds
0m 1.110s
And
I enter the new tag slug "testTag-toUpdate"
0m 0.350s
And
I wait for 1 seconds
0m 1.180s
And
I enter the new tag description "description testTag-toUpdate"
0m 0.401s
And
I wait for 2 seconds
0m 2.113s
And
I click on "Save" button
0m 0.266s
And
I wait for 2 seconds
0m 2.166s
And
I go to tags section
0m 0.236s
And
I click on the created tag "testTag-toUpdate"
0m 0.213s
And
I wait for 5 seconds
0m 5.136s
And
I enter the new tag name "testTag-UPDATED"
0m 0.267s
And
I wait for 1 seconds
0m 1.167s
And
I enter the new tag slug "testTag-UPDATED"
0m 0.305s
And
I wait for 1 seconds
0m 1.143s
And
I click on "Save" button
0m 0.203s
Then
I go to tags section
0m 0.228s
And
I check the created tag "testTag-UPDATED" appears on the list
0m 0.168s
After
0m 0.007s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I wait for 5 seconds
When
I enter email 'test@test.com'
And
I wait for 2 seconds
And
I enter password 'lol1234567'
And
I wait for 2 seconds
And
I click next
And
I wait for 7 seconds
And
I go to tags section
And
I wait for 2 seconds
And
I click on "New Tag" button
And
I wait for 2 seconds
And
I enter the new tag name "testTag-toUpdate"
And
I wait for 1 seconds
And
I enter the new tag slug "testTag-toUpdate"
And
I wait for 1 seconds
And
I enter the new tag description "description testTag-toUpdate"
And
I wait for 2 seconds
And
I click on "Save" button
And
I wait for 2 seconds
And
I go to tags section
And
I click on the created tag "testTag-toUpdate"
And
I wait for 5 seconds
And
I enter the new tag name "testTag-UPDATED"
And
I wait for 1 seconds
And
I enter the new tag slug "testTag-UPDATED"
And
I wait for 1 seconds
And
I click on "Save" button
Then
I go to tags section
And
I check the created tag "testTag-UPDATED" appears on the list
After
NO IMAGE AVAILABLE